Object::Fatal

Section: ET++ method description (n)
Updated: automatically Fri Mar 1 10:54:57 1991
Index Return to Main Contents
 

NAME

Object::Fatal - instance method  

TEMPLATE

void Fatal(char * location, char * messageFormat, ellipsis ...)  

SPECIFIERS

public  

DESCRIPTION

Calls the method DoError with const cFatal as error level to format and display the error message.
This method is called on fatal errors so that the application should be aborted by the user.
See method Object::~Object.  

ARGUMENTS

char * location

the name of the method where the error occurred
char * messageFormat

a string with the format of the error message in the style of the function printf
ellipsis ...

a variable number of arguments for the messageFormat
 

RETURN ARGUMENT

void

 

CATEGORIES

error handling, client interface

 

FILES

implementation:
Object.C


 

Index

NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FILES

This document was created by man2html, using the manual pages.
Time: 00:40:25 GMT, March 30, 2022